home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_015 / monopoly / installationguide next >
Text File  |  1992-05-06  |  2KB  |  49 lines

  1. This distribution requires components from the Workbench and
  2. Extras (AbasiC) disks to build a bootable games disk.  The following
  3. instructions should be sufficient to build a bootable disk assuming a
  4. system with two disk drives.  Other configurations must be custom
  5. built.
  6.  
  7. Lines that begin with "1>" are lines that are to be entered as commands.
  8. Lines that begin with "#" are comments about the "1>" lines.
  9.  
  10. # Clone a standard Workbench disk.  After booting and escaping to a CLI
  11. # window, type the following command, then insert the Workbench in df0:
  12. # (if not already there) and a blank disk in df1:
  13.  
  14. 1> diskcopy df0: to df1:
  15.  
  16. # Relabel the newly cloned disk so they can be distinquished.
  17.  
  18. 1> relabel df1: Monopoly
  19.  
  20. # Chuck the pieces from the new disk that are not necessary.
  21.  
  22. 1> delete Monopoly:Clock#?
  23. 1> delete Monopoly:Preferences#?
  24. 1> delete Monopoly:Empty#? all
  25. 1> delete Monopoly:Demos#? all
  26. 1> delete Monopoly:Utilities#? all
  27. 1> delete Monopoly:System#? all
  28. 1> delete Monopoly:Trashcan#? all
  29.  
  30. # Now overlay the AbasiC stuff from the Extras disk.  My current version
  31. # of the original Extras disk contains only a half dozen or so files, related
  32. # to AbasiC.
  33.  
  34. 1> copy Extras: Monopoly: all
  35.  
  36. # Now overlay the monopoly files from the Freely Redistributable Library
  37. # disk.  Note that all the contents of the Monopoly directory on the
  38. # library disk are copied to the new games disk.
  39.  
  40. 1> copy AmigaLibDisk15:Monopoly Monopoly: all
  41.  
  42.  
  43. You should now have a bootable Monopoly games disk with about 250 blocks
  44. free.
  45.  
  46. Enjoy!
  47.  
  48. -Fred
  49.